*{
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
}
body:before{
	content:"";
	display:table;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /*font: inherit;*/
    vertical-align: baseline;
}
a{
    text-decoration: none;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    background: #f4f4f4;
    font-size: 12px;
    color: #333;
    font-family:"Microsoft YaHei", Helvetica Neue,Helvetica,Arial,sans-serif;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
ul:after,ul:before {
    content: '';
    clear: both;
    display: block;
}
.clear {
    clear: both;
}
.container {
    width: 1000px;
    margin: 0 auto;
}
.container:after{
	content:"";
	display:block;
	clear:both;
}

a:link {
    color: #333333;
}
a:visited {
    color: #333333;
}
a:hover {
    color: #333333;
}
a:active {
    color: #333333;
}
/* header */
.com-header{
    overflow: hidden;
    width: 100%;
    min-width: 1000px;
}
.com-header-center{
    width: 1000px;
    margin: 0 auto;
}
.com-header-top{
    margin: 0 auto;
    padding: 12px 0;
    width: 1000px;
    height: 79px;
}
.com-header-top h2{
    float: left;
    height: 55px;
}
.com-header-top h2 img{
    width: 192px;
    height: 55px;
}
.com-header-right {
    float: right;
    padding-top: 14px;
    height: 34px;
}
.com-header-right .com-header-tel{
    float: right;
    padding: 0 25px;
    height: 26px;
    line-height: 26px;;
    font-size: 18px;
    color: #687385;
    background: url(../images/icon_tel.png) left center no-repeat;
}
.com-header-right .com-header-search{
    position: relative;
    float: right;
    height: 26px;
}
.com-header-search .com-header-searchButton{
    display: inline-block;
    margin-left: 3px;
    width: 60px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    color: #ffffff;
    font-size: 14px;
    background: #687385;
    border-radius: 13px;
    cursor: pointer;
    border: none;
}
.com-header-search .com-header-iconSearch{
    position: absolute;
    right: 75px;
    top: 5px;
    z-index: 2;
    width: 16px;
    height: 16px;
    background: url(../images/icon_search.png) center center no-repeat;
}
.com-header-search input{
    outline: none;
    padding: 0 16px;
    width: 150px;
    height: 26px;
    line-height: 26px;
    border-radius: 13px;
    background: #ffffff;
    border: 1px solid #687385;
    transition: all 1s ease;
}
.com-header-search input:focus {
    width: 190px;
    box-shadow: 0 0 10px #687385;
}
.com-header-box{
    height: 40px;
    background: url(../images/nav_bc.jpg) center center repeat-x;
	margin-bottom:2px;
}
.com-header-nav{
    position: relative;
    margin: 0 auto;
    width: 1000px;
}
.com-header-navOne{
    position: absolute;
    left: 0;
    top: 14px;
    width: 1px;
    height: 12px;
    background: #ffffff;
}
.com-header-nav ul{
    width: 1050px;
}
.com-header-nav li{
    position: relative;
    float: left;
    padding: 0 37px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.com-header-nav li a{
    font-size: 14px;
    color: #ffffff;
}
.com-header-nav li a:hover{
    color: #ffcc00;
}
.com-header-nav li .com-header-navOn{
    color: #ffcc00;
}
.com-header-nav li b{
    position: absolute;
    right: 0;
    top: 14px;
    width: 1px;
    height: 12px;
    background: #ffffff;
}
/* footer */
.footer-box{
    overflow: hidden;
    width: 100%;
    min-width: 1000px;
    height: 180px;
    background: #e2e2e2;
}
.footer-box .footer-center{
    width: 1000px;
    margin: 0 auto;
}
.footer-link{
    margin-top: 14px;
    text-align: center;
    font-size: 14px;
    color: #747679;
    line-height: 30px;
}

.footer-link a{
    color: #747679;
}
.footer-link b{
    margin: 9px 22px 0;
    display: inline-block;
    vertical-align: top;
    width: 2px;
    height: 11px;
    background: url(../images/icon_line.jpg) center center no-repeat;
}
.footer-des, .footer-warn{
    font-size: 14px;
    text-align: center;
    color: #666666;
    line-height: 24px;
}
.footer-des{
    margin-top: 20px;
}
.footer-warn img{
    display: inline-block;
    vertical-align: top;
    margin-top: 1px;
    width: 19px;
    height: 21px;
}
.footer-logo{
    margin-top: 9px;
    text-align: center;
}
.footer-logo img{
    width: 103px;
    height: 38px;
}